boolean expression 예문
예문 더보기: 1 2
- Boolean expressions return true or false
불리언 표현식은 true 또는 false 를 반환한다. - Boolean expression and value type
불리언식 및 값 유형 - A Boolean expression is an expression that evaluates to the Boolean value TRUE or FALSE.
불리언 식은 불리언값 TRUE 또는 FALSE로 계산하는 표현식입니다. - One way to achieve this is by applying a side effect of how Python evaluates boolean expressions.
이것을 달성하는 한 가지 방법으로는 파이썬이 불리언 표현식을 평가하는 방식에서 오는 부가효과를 적용하는 것이다. - The braces group two arguments: the boolean expression that controls the loop and the commands in the loop body.
괄호로 된 그룹은 두개의 인자를 가지고 있다.: 루프의 제어를 담당하는 불린표현식과 루프과정에서 동작할 명령어로 되어 있다.